Skip to content

Conversation

BelKed
Copy link
Contributor

@BelKed BelKed commented Jan 13, 2025

Geocaching changed structure of their page a bit on 2025-01-11

From:

<span id="ctl00_ContentBody_lblFindCounts">
    <ul class="LogTotals" aria-labelledby="LoggedVisits">
        <li>
            <img src="/images/logtypes/2.png" alt="Found it" title="Found it" /> 60
        </li>

To:

<span id="ctl00_ContentBody_lblFindCounts">
    <ul class="flex p-0 gap-[1rem] list-none" aria-labelledby="LoggedVisits">
        <li class="flex items-center justify-center gap-1">
            <img height="16" width="16" src="/images/logtypes/2.png" alt="Found it" title="Found it"> 60
        </li>

Fixes #239

@tomasbedrich tomasbedrich self-requested a review January 14, 2025 08:54
@tomasbedrich tomasbedrich merged commit ce627ee into tomasbedrich:master Jan 14, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot load geocache anymore
2 participants